update dev archive patch for recent PR merge. (#1389)
authortsteven4 <13596209+tsteven4@users.noreply.github.com>
Mon, 25 Nov 2024 13:57:18 +0000 (06:57 -0700)
committerGitHub <noreply@github.com>
Mon, 25 Nov 2024 13:57:18 +0000 (06:57 -0700)
tools/archive_images/gpsbabel_dev.patch

index 8db4723dd308e88770c0a36672c1a83880b0bd61..23e2b40cfc88611dcac87039d9c81258d76118b1 100644 (file)
@@ -1,13 +1,13 @@
 diff --git a/gui/babeldata.h b/gui/babeldata.h
-index 9adb4dcd..00392f64 100644
+index b79cd1dc..c4d82e8c 100644
 --- a/gui/babeldata.h
 +++ b/gui/babeldata.h
-@@ -63,7 +63,7 @@ public:
-     upgradeErrors_(0),
-     upgradeOffers_(0),
-     runCount_(0),
--    startupVersionCheck_(true),
-+    startupVersionCheck_(false),
-     reportStatistics_(true),
-     allowBetaUpgrades_(false),
-     ignoreVersionMismatch_(false),
+@@ -150,7 +150,7 @@ public:
+   int runCount_{0};
+   // Global preferences.
+-  bool startupVersionCheck_{true};
++  bool startupVersionCheck_{false};
+   bool reportStatistics_{true};
+   bool allowBetaUpgrades_{false};
+   bool ignoreVersionMismatch_{false};